Sponsored by Deepsite.site

Verified Tax Vat Global | Tax Year Tools | Ai2fin

Created By
AI2FINa month ago
AI2Fin Tax MCP — free tax rates, GST/VAT, income, company and capital-gains tax for 50+ countries, over the Model Context Protocol The Tax MCP by AI2Fin (2Fin) is a free, public MCP server that gives any assistant or agent — Claude, ChatGPT, Cursor, VS Code, or a custom build — instant access to accurate, source-cited tax data. No login, no API key, no setup beyond pasting one URL: https://taxmcp.ai2fin.com. Every answer cites the national tax authority it came from (ATO, IRD, HMRC, IRS and more) with a verified date, so you always know a number is current — and where to confirm it. What you can do with it: Look up any country's tax rates — GST/VAT standard and reduced rates, top personal income tax rate, and company tax rate for 50+ countries, from Australia and New Zealand to the UK, US, India, Canada, the EU and beyond (tax_rate_lookup). Add or remove GST/VAT on any amount — instant tax-inclusive ↔ tax-exclusive conversion for invoices, quotes, pricing and expense checks, using the right rate for the right country automatically (compute_gst_vat). Compare tax across countries side by side — GST/VAT, income and company tax in one call, for relocation research, market expansion or pricing strategy (compare_countries). Estimate income tax and take-home pay for Australia and New Zealand, computed over effective-dated brackets that roll over automatically at each financial year (income_tax_estimate). Estimate company tax on a profit for Australia, the US, UK, India and Canada — including small-business rates and thresholds, not just the headline figure (company_tax_estimate). Estimate Australian capital gains tax for resident individuals — capital losses, the 12-month CGT discount, and marginal-rate stacking on top of your income, handled correctly (cgt_estimate). Countries only answer when their data is verified against an official source; anything unverified degrades gracefully to "not available" instead of guessing. The server is stateless and private by design — it computes over published rate data only and stores nothing you send. It runs the same single-source dataset behind the free browser calculators at ai2fin.com/tools, so the MCP, the embeddable widgets and the web calculators never disagree. Listed in the official MCP registry as https://taxmcp.ai2fin.com/ . Works with any MCP client over streamable HTTP. General information, not tax advice — every figure links to the authority so you can confirm it. For your own transactions, categories and real tax position, the separate authenticated 2Fin app MCP at api.ai2fin.com/mcp picks up where this one ends.
Content

{ "name": "ai2fin-tax", "title": "2Fin Tax MCP", "greeting": "🐬 You found Fin's Tax MCP — the tax brain your agent calls. Every answer is source-cited to the national tax authority with a verified date.", "version": "0.4.0", "protocol": "MCP (JSON-RPC 2.0 over HTTP) — POST your messages to this URL.", "scope": "Public tax rates & calculators only — no login, no account data, nothing stored.", "accountServer": "For your own 2Fin data (transactions, live tax position), use the authenticated app MCP at https://api.ai2fin.com/mcp", "countries": 50, "tools": [ { "name": "tax_rate_lookup", "description": "Look up one country's headline tax rates: GST/VAT standard and reduced rates, top personal income tax rate, and company tax rate. Use it for a single country; to see several countries side by side use compare_countries, and to apply GST/VAT to an amount use compute_gst_vat. Rates come from a fixed dataset verified against the national tax authority — every answer names its source and verification date, and an unsupported country returns a clear error rather than a guess." }, { "name": "compute_gst_vat", "description": "Add or remove a country's GST/VAT on a monetary amount, returning the net / tax / gross split. Use it to convert between tax-exclusive and tax-inclusive prices (invoices, quotes, receipts); for the rates themselves use tax_rate_lookup. Pure arithmetic on the country's current standard rate, rounded to 2 decimals, in the country's local currency. Countries without a single national GST/VAT (e.g. the US) return an explanatory error instead of a wrong number." }, { "name": "compare_countries", "description": "Compare headline tax rates — GST/VAT, top personal income tax and company tax — across several countries at once. Use it to shortlist or contrast jurisdictions (relocation, expansion, pricing); for one country's full detail use tax_rate_lookup, and to apply a rate to an amount use compute_gst_vat. Codes the dataset does not cover are reported back in unmatchedCodes rather than silently dropped; every matched row cites its national tax authority." }, { "name": "income_tax_estimate", "description": "Estimate personal income tax and take-home pay for Australia or New Zealand from gross annual income, using effective-dated brackets that roll over automatically each financial year (AU includes the Medicare levy and Low Income Tax Offset). Use it for individual salary and take-home questions in AU or NZ only — other countries return 'not available' rather than a guess; their headline rates live in tax_rate_lookup. This is a resident-individual estimate, not a filing calculation: deductions and offsets beyond LITO are out of scope, and for compulsory HELP/HECS study-loan repayments use student_loan_repayment." }, { "name": "company_tax_estimate", "description": "Estimate company/corporate income tax on an annual profit for Australia, the US, the UK, India or Canada — the five countries with source-verified company rates — applying the small-business/concessional rate where it covers all income. Use it for company profit questions in those countries; individuals belong to income_tax_estimate, and any other country’s headline rate to tax_rate_lookup. Headline-rate arithmetic only: US state tax, Canadian provincial tax, Indian surcharge/cess and UK marginal relief are flagged in the response note but not computed. A negative profit returns an explanation (losses carry forward), never a negative tax." }, { "name": "cgt_estimate", "description": "Estimate Australian capital gains tax for a resident individual by taxing the gain at the marginal rate on top of other income (the difference of two income-tax calculations). Use it for AU asset-sale questions (shares, property, crypto); for pay without an asset sale use income_tax_estimate — other countries' CGT is not covered and returns an error. Applies capital losses before the 50% discount for assets held over 12 months, per ATO ordering; the main-residence exemption and non-resident rules are out of scope." }, { "name": "student_loan_repayment", "description": "Estimate the compulsory annual study or training loan repayment (HELP, HECS, VSL, SFSS, SSL, AASL) for an Australian resident from their repayment income, using the marginal system introduced in 2025-26 with effective-dated thresholds that roll over each financial year. Use it for "how much HELP/HECS will I repay" questions in AU; it does not cover the loan balance, indexation or voluntary repayments, and applies to Australia only. Repayment income is broader than taxable income — it adds back reportable super contributions, reportable fringe benefits, net investment loss and exempt foreign income; pass that combined figure." }, { "name": "superannuation_estimate", "description": "Estimate Australian superannuation for an employee: the compulsory Superannuation Guarantee contribution (12% from 2025-26), concessional (before-tax) contributions cap usage, the 15% in-fund contributions tax, and the Division 293 high-earner surcharge — all effective-dated so a future budget year is picked automatically. Use it for "how much super will I get / can I contribute / will I be taxed" questions in AU; it does not model fund fees, insurance, investment returns, non-concessional contributions or carry-forward caps, and applies to Australia only. Salary sacrifice and personal deductible contributions add to the concessional total; other taxable income is only needed to test the Division 293 threshold." } ], "quickstart": { "connect": "Add https://taxmcp.ai2fin.com as a custom MCP connector in Claude (Settings → Connectors), ChatGPT, Cursor, or your own agent.", "example": { "method": "tools/call", "params": { "name": "compute_gst_vat", "arguments": { "country": "AU", "amount": 100 } } }, "curl": "curl -s https://taxmcp.ai2fin.com -X POST -H 'content-type: application/json' -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"compute_gst_vat","arguments":{"country":"AU","amount":100}}}'" }, "web": "https://ai2fin.com/tools/taxmcp", "note": "Computed from published government rates — general information to plan with, not personal tax or financial advice. For decisions about your own situation, check with the authority or a registered adviser." }

Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
WindsurfThe new purpose-built IDE to harness magic
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Serper MCP ServerA Serper MCP Server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
Tavily Mcp
Amap Maps高德地图官方 MCP Server
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Playwright McpPlaywright MCP server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
CursorThe AI Code Editor
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
DeepChatYour AI Partner on Desktop
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
ChatWiseThe second fastest AI chatbot™
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.